CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 停车场 栈

搜索资源列表

  1. Cars

    0下载:
  2. 用数据结构中队列和栈实现停车场管理-Parking management queue and stack data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1954
    • 提供者:罗迪
  1. car_park

    0下载:
  2. 停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2703
    • 提供者:姜雪
  1. tingchechang

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Stack mimics the parking to the queue simulation car
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:2812
    • 提供者:伊伊
  1. parking1

    0下载:
  2. 数据结构C++中用 栈 来实习停车场问题,可以实习停车,离开车,并计算费用,适合初学者参考并学习-Data the structure C++ with stack to internship parking problems, reference for beginners and learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:281655
    • 提供者:张良
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3443
    • 提供者:李密
  1. Parking-lot

    0下载:
  2. 利用栈和队列建立停车场,停车场中的车由栈储存,停车场外设置便道,便道上暂停的车由队列储存!-Use of stacks and queues build a parking lot, the car in the parking lot by the stack storage, parking settings sidewalk outside, the the suspended car on the sidewalk by the queue storage!
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:3609
    • 提供者:李斌
  1. parking

    0下载:
  2. 停车场模拟程序,模拟车进入开出过程,数据结构栈的应用-an application about stack
  3. 所属分类:transportation applications

    • 发布日期:2017-11-08
    • 文件大小:1168
    • 提供者:张凡
  1. Tingchechang2

    0下载:
  2. 源码主要用了结构体和栈,解决了停车场问题,包括汽车到达时信息的保存,汽车的出栈信息的删除-Main source structure and stack to solve the parking problem, including the preservation of information in the car when they arrive, the car out of the stack and deleting information, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:201949
    • 提供者:yehao
  1. Packing

    0下载:
  2. 自己写的数据结构中的栈的应用 - 停车场问题-Data structures in the application stack- parking problems
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:212332
    • 提供者:吴彦君
  1. my-parking

    0下载:
  2. 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:242427
    • 提供者:丁洁琼
  1. 44parkingmanage

    1下载:
  2. 数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:2137
    • 提供者:fu gang
  1. tcc2

    0下载:
  2. 停车场,利用栈和队列,栈模拟停车场,队列模拟便道-Parking, use of stacks and queues, stacks simulations parking, sidewalk queue simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2154
    • 提供者:田慧慧
  1. parking

    0下载:
  2. 数据结构中的停车场问题,考虑到车辆的流量和收费,利用队列和栈进行操作-parking problem in data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:200640
    • 提供者:libin
  1. carparking

    0下载:
  2.   用一个栈模拟停车场,用一个队列模拟车场外的便道。  -With a stack mimics the parking lot, with a cohort simulation sidewalk outside the car.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:13564
    • 提供者:程义
  1. tingchechang

    0下载:
  2. 实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间-Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:yanghongkai
  1. tingchechang

    0下载:
  2. 利用出栈、入栈、队列等知识和相关的c语言函数来实现对校园的停车场进行管理-Use the stack, stack, queue, and related knowledge to achieve the c language function to manage campus parking
  3. 所属分类:ELanguage

    • 发布日期:2017-04-09
    • 文件大小:1870
    • 提供者:zgs
  1. park

    0下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-Practice using the stack and queue subject completed parking management, data structures, and to complete the election content
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:25480
    • 提供者:陈小文
  1. parking-lot

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入数据的序列进行模拟管理。每一组输入数据包括三个数据项:汽车的“到达”(‘A’表示)或“离去”(‘D’表示)信息、汽车标识(牌照号)以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或者便道上的停车位置;若是车辆离去,则输出汽车在停车场停留的时间和应缴纳的费用(便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Parking in the stack simulation to si
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1582
    • 提供者:aaaa
  1. stack-and-queue

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要使用栈和队列模拟停车场,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main use of stacks and queues simulate parking, the program w
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:331180
    • 提供者:王启
  1. Stack-and-queue

    0下载:
  2. 用visual c++实现的栈与队列的基本操作。以停车场为例,具有初始化停车场,添加车辆,车辆出停车场,显示所有车位细信息等功能。-With the basic operation of the stack and queue visual the c++ realization. In the parking lot as an example, with initialization parking lot, add the vehicle, the vehicle out of the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:233804
    • 提供者:危育冰
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com